Simulated test data-sets to illustrate and test methods in this package. The underlying simulation truth assumed that there is no treatment effect and no subgroup effect.
The data set was simulated using the R code in the tests/data-sets.R
file. The data-sets (datnorm, datbin, datsurv,
datcount) only differ in the y variable (covariates are the
same).
data(datbin)data(datnorm)
data(datcount)
data(datsurv)
Data frames with 100 observations on the following variables.
yResponse variable
treatCategorical variable
heightNumeric variable
labvalueNumeric variable
regionCategorical variable
smokerCategorical variable
x1Numeric variable
x2Numeric variable